@charset "utf-8";
/* CSS Document */
html{margin:0px; padding:0px;}
*html{background-image:url(about:blank);background-attachment:fixed;}
body{margin:0px; padding:0px; line-height: 21px; }
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td , img, a{ margin: 0; padding: 0;  border:none;}
img { border: 0 none; vertical-align: top; }
input{vertical-align:middle;}
ul, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; }
body, input, select, button, textarea { font-size: 12px; font-family: '宋体', Simsun; }
button { cursor: pointer; }
table{border-collapse: collapse;}
a{text-decoration: none; color: #333; cursor: pointer;}
em{font-style: normal;}
/*滚动条*/
::-webkit-scrollbar {width: 8px; }
::-webkit-scrollbar-track {  background: #bebdbd;  }
 
::-webkit-scrollbar-thumb { background: #9d9c9c; }
::-webkit-scrollbar-thumb:window-inactive { background: #c0c0c0;}
::-webkit-scrollbar,::-webkit-scrollbar-thumb{  overflow:visible;
  /*定义外框圆角*/
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  /*外框边线*/
  border:solid 1px #a6a6a6;
}
::selection{  background:#28a0f0;  color: #ff0;}

